home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / crossedit / CrUtil.h < prev    next >
C/C++ Source or Header  |  1996-07-24  |  162b  |  8 lines

  1. #ifndef _CrUtil_h
  2. #define _CrUtil_h
  3.  
  4. extern void FaceDraw (Widget w, GC gc, New_Face *face, int x, int y);
  5. extern GC GCCreate (Widget w);
  6.  
  7. #endif /* _CrUtil_h */
  8.